Warnung: mysql_num_rows(): supplied argument is not a valid MySQL result resource in
/srv/www/h/bikeboard/boerse_suche.php (Zeile
359)
Bikebörse - Angebote von Partnerhändlern
| Detail | Datum | Kategorie | Hersteller | Artikel | Preis |
Can't execute query
select boerse.*,hersteller.hersteller as herstellername,orte_aut.bundesland as bundesland,boerse_kategorien.name as boerse_kategorien_name from boerse left join boerse_kategorien on boerse_kategorien.id = boerse.cat_id left join hersteller on hersteller.id = boerse.hersteller_id left join orte_aut on orte_aut.plz = boerse.standort left join groessen on groessen.id = boerse.groesse where boerse.deleted='0' and boerse.verkauft='0' and (boerse.created>'1252344733' and boerse.haendler_id<>'0' or boerse.created>'1280251933' and boerse.haendler_id='0') and boerse.rubrik = '2' and boerse.hersteller_id in (%) and (boerse.cat_id in (%) or boerse_kategorien.pre_id in (%)) and boerse.haendler_id != '0' order by boerse.created desc limit 0,30